home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-16 | 1.1 KB | 29 lines | [TEXT/GEOL] |
- Item 1358426 16-Oct-89 11:46
-
- From: MUYSVASOVIC1 ER&D - J-D Muys-Vasovic
-
- To: APPLE.BUGS Apple Bugs Reporting
- MACAPP.TEST MacApp SQA Team
- MACDTS Macintosh Developer Tech. Supt.
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: -d MABuild option followup
-
- Dear MacAppers,
-
- This is a followup on my bug report concerning the -d option of MABuild:
- incompatibility between the Pascal way (-d qWhatever=TRUE or FALSE) and the asm
- way (-d qWhatever=1 or 0). The workaround I suggested, including in the default
- ASM option "-d TRUE=1 -d FALSE=0", has the nasty side effect of preventing the
- assembly of UOBject.a, because it defines two labels, you guessed it, called
- TRUE and FALSE. They are located in the ISCLASSIDMEMBERCLASS function. I
- replace them by bTRUE and bFALSE respectively, and now all is well (or at least
- seams to be well).
-
- Stay tuned for the 1318th episode.
-
- Jean-Denis Muys-Vasovic
- Apple Computer Europe
-
-